fix: correct usage filename in chunked consensus example#2287
Conversation
The usage header referenced topic_message_submit_chunked.py instead of the actual filename topic_message_submit_chunked_transaction.py. Signed-off-by: Godzilaa <godzilaa@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Fixes an incorrect filename in the usage header of the chunked consensus example so the documented commands are copy‑paste runnable (addresses #2284).
Changes:
- Updated the example’s usage commands to reference
topic_message_submit_chunked_transaction.py(the actual file). - Removed an extra blank line in the top docstring formatting.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe PR corrects the usage example commands in the file header of ChangesExample Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Closing as duplicate we already have one for this issue #2285 |
The usage header in `topic_message_submit_chunked_transaction.py` referenced
the non-existent file `topic_message_submit_chunked.py`. Updated to the
correct filename so copy-paste commands are runnable.
Fixes #2284